String pooling causes them to point to the same memory 字符串池使它們指向相同的內存:
Modify the enable string pooling property 修改“啟用字符串池”屬性。
Enable string pooling “啟用字符串池”
Enables string pooling 啟用字符串池
String pooling allows what were intended as multiple pointers to multiple buffers to be as multiple pointers to a single buffer 字符串池允許將作為指向多個緩沖區的多個指針用作指向單個緩沖區的多個指針。
Enables the compiler to create a single copy of identical strings in the program image and in memory during execution , resulting in smaller programs , an optimization called string pooling 該選項使編譯器能夠為執行過程中程序映像和內存中的相同字符串創建單個副本,從而得到較小的程序,這種優化稱為字符串池。